Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework icinga2::repo class to a public class #609

Merged
merged 1 commit into from
Mar 24, 2020
Merged

rework icinga2::repo class to a public class #609

merged 1 commit into from
Mar 24, 2020

Conversation

lbetz
Copy link
Contributor

@lbetz lbetz commented Mar 24, 2020

to use in front of other classes or resources like:

include ::icinga2::repo

package { 'icinga2':
ensure => latest,
notify => Class['icinga2'],
}

class { '::icinga2':
manage_package => false,
}

Then the use of hiera for own repos are also possible.

@lbetz lbetz added this to the 2.4.0 milestone Mar 24, 2020
@lbetz lbetz merged commit 7a176d8 into master Mar 24, 2020
@lbetz lbetz deleted the feature/repo branch March 24, 2020 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant